

Mod Title: Advanced Quick Reply Mod
## Mod Author: RustyDragon <dev@RustyDragon.com>  
## Mod Version: 1.1.1

(         )



     :

-----------------------------------

                  

               ...

   :

[*]
[ ]
[ ]
[ ] 

   : 3  5 

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

          ,,,


       

quick_reply.php

 

$max_smilies = 30;

  30    

Advanced Quick Reply Mod is Copyright  RustyDragon, 2002
##
##	Quick Reply Mod with Quote is Copyright  Smartor, 2002
##   
##	(Any changes to this MOD must retain these Copyright Notices)






#-----[        ]------------------------------------------
#
 quick_reply.php 
   

quick_reply.tpl
     

#
#-----[  ]------------------------------------------
#
viewtopic.php

#
#-----[  ]------------------------------------------
#
$template->pparse('body');

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);

#
#-----[   ]------------------------------------
#
include($phpbb_root_path . 'quick_reply.'.$phpEx);

#
#-----[ ]------------------------------------------
#
lang/lang_arabic/lang_main.php

#
#-----[  ]------------------------------------------
#
//
// That's all Folks!

#
#-----[   ]------------------------------------
#
// Advanced Quick Reply Mod
$lang['Quick_Reply'] = ' ';
$lang['Quick_quote'] = '   ';
$lang['QuoteSelelected'] = ' ';
$lang['QuoteSelelectedEmpty'] = '      ';
$lang['Quick_Reply_smilies'] = '';

#
#-----[  ]------------------------------------------
#
templates/xxxxxxxx/viewtopic_body.tpl

#
#-----[  ]------------------------------------------
#
{postrow.POSTER_NAME}

#
#-----[    ]------------------------------------
#
<a href="javascript:emoticon('[b]{postrow.POSTER_NAME}[/b], ')">{postrow.POSTER_NAME}</a>

#
#-----[ ]------------------------------------------
#
<!-- END postrow -->

#
#-----[    ]------------------------------------
#
	<tr align="center"> 
		<td class="row1" colspan="2" >
		{QUICKREPLY_OUTPUT}
		</td>
	</tr>

#
#-----[  ]--------------------------
#


 

 